home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog Special Edition 13
/
FreelogHS13.iso
/
P To P
/
fakecheck
/
register.bat
< prev
next >
Wrap
DOS Batch File
|
2002-05-21
|
429b
|
18 lines
@echo off
echo Please press OK on the dialog boxed to register
echo the msinet.ocx
ctty nul
echo n | copy msinet.ocx %windir%\system32\msinet.ocx
%windir%\system\regsvr32 /u msinet.ocx
%windir%\system\regsvr32 %windir%\system32\msinet.ocx
REM in some windows versions regsvr32 is in the system32 dir
%windir%\system32\regsvr32 /u msinet.ocx
%windir%\system32\regsvr32 %windir%\system32\msinet.ocx
ctty con